﻿html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    min-width: 320px;
    /* background-color: #f5f5f5; */
}
a:hover, a:focus {
    text-decoration: none;
}
.nav-bar {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    /* line-height: 64px; */
    /* padding-left: 50px; */
    position: fixed;
    /* left: 0; */
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	/* background:#fff; */
    background: rgba(5,95,153,0.7);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0;
}


.welcome-sec{
    border-bottom: 1px solid #ddd;
}
.welcome-txt{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.welcome-txt h5,.welcome-txt span,.welcome-txt a{
    display: inline-block;
    margin: 0;
    font-size: 14px;
    line-height: 39px;
    color: #000;
}
.welcome-txt span{
    margin: 0 5px;
}
.welcome-txt a:hover{
    color: #055f99;
}




.nav-logo {
    /* float: left; */
    /* height: 100px; */
}
.nav-logo .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}
.nav-logo .container::before,.nav-logo .container::after{
    content: none;
}
.nav-logo a {
    display: block;
    height: 100%;
}
/* .nav-logo .logo {
    height: 50%;
    margin-right: 25px;
} */
.nav-logo .logo-dark {
    display: none;
}

.nav-menu a{
    height:70px;
}

.nav-menu li a span {
    display: block;
    font-size: 18px;
    /* line-height: 10px; */
    text-transform: uppercase;
    margin-top: 5px;
}
.nav-menu li a i {
    width: 1px;
    height: 28px;
    background-color: #7d9fca;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    display: none;
}
.nav-menu li:last-of-type a i{
    display: none;
}
.nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    /* justify-content: space-between; */

}
.nav-menu .menu li {
    /* width: 100%; */
    text-align: center;
}
.nav-menu .menu li>a {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;

}
.nav-menu .menu li a:hover {
    /* opacity: 0.6;
    filter: alpha(opacity=60); */
    background: #033d62;
}
.nav-menu .menu ul {
    position: absolute;
    min-width: 12em;
    left: 0;
    top: 100%;
    padding: 1em;
    background: #232323;
    display: none;
}

.nav-menu .menu li>dl{
    background: #055f99;
}


.nav-menu .menu li.open ul {
    display: block;
}
.nav-menu li {
    float: left;
    position: relative;
}
.nav-menu dl {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,.8);
	z-index: 99;
}
.nav-menu li:hover dl {
	/* display: block; */
}
.nav-menu dl dd a {
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 17px;
}


.nav-right{
    display: flex;
    align-items: center;
}
.nav-right .nav-right-tel{
    display: flex;
    align-items: center;
}
.nav-right .nav-right-tel .fa{
    font-size: 24px;
    margin-right: 5px;
    color: #f0a52e;
    font-weight: bold;
}
.nav-right .nav-right-tel .tel{
    font-size: 24px;
    color:#fff;
    font-weight: bold;
}

.nav-right .btn-group{
    margin-left: 10px;
}
.nav-right .btn-group .btn{
    border: none;
    background: transparent;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.nav-right .btn-group .btn span{
    border-top: 8px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-left: 5px;
    display: inline-block;
    color: #f0a52e;
}
.nav-right .dropdown-menu{
    width: 100%;
    min-width: auto;
    margin: 0;
    padding: 0;
}
.nav-right .dropdown-menu>li>a{
    font-size: 17px;
    line-height: 40px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #055f99;
    color: #fff;
}
.nav-right .btn-default:active:focus, .nav-right .btn-default:active:hover, .nav-right .open>.dropdown-toggle.btn-default:focus, .nav-right .open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: transparent;
    border-color: none;
}
.nav-right .btn-group.open .dropdown-toggle{
    box-shadow: none;
}


.nav-search {
    padding-right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.pc_logo img {
    height: 60px;
}
@media (max-width: 1799px){
    .nav-menu .menu li>a{
        padding: 0 25px;
        font-size: 16px;        
    }
    .nav-menu li a span{
        font-size: 16px;
    }
    .nav-menu dl dd a{
        font-size: 15px;
    }
    .nav-right .btn-group .btn{
        font-size: 16px;
    }
    .nav-right .dropdown-menu>li>a{
        font-size: 15px;
    }
    .nav-right .btn-group .btn span{
        border-top: 6px dashed;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

    .nav-right .nav-right-tel .fa{
        font-size: 22px;
    }
    .nav-right .nav-right-tel .tel{
        font-size: 22px;
    }
}
@media (max-width: 1439px){
    .pc_logo img{
        height: 50px;
    }
    .nav-menu .menu li>a{
        font-size: 14px;        
    }
    .nav-menu li a span{
        font-size: 14px;
    }
    .nav-menu dl dd a{
        font-size: 13px;
    }
    .nav-right .dropdown-menu>li>a{
        font-size: 13px;
    }
    .nav-right{
        display: none;
    }
    
}
@media (max-width: 1199px){
    .pc_logo img{
        height: 40px;
    }
    .nav-menu .menu li>a{
        font-size: 13px;        
    }
    .nav-menu li a span{
        font-size: 13px;
    }
    .nav-menu dl dd a{
        font-size: 12px;
    }
    
}
@media (max-width: 991px) {
    .nav-bar{
        justify-content: space-between;
        padding: 0 15px;
    }
    .welcome-sec{
        display: none;
    }
    .nav-logo {
        /* float: left; */
        height: 50px;
        padding-top: 5px;
    }
    .nav-logo .container{
        display: inline-block;
        height: 50px;
    }
    .nav-menu {
        background: rgba(5,95,153,1);
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
    }
    .nav-menu ul {
        display: block;
    }
    .nav-menu .menu li {
        float: left;
        position: relative;
        text-align: left;
    }
    .nav-menu .menu li>a{
        flex-direction: row;
        width: 100%;
        height: 40px;
    }
    .nav-menu li a span{
        margin: 0 0 0 15px;
        display: inline-block;
    }
    .nav-menu .menu li a:hover {
        /* background: #fff; */
    }
    .nav-mobile-toggle{
        z-index: 100;
    }
    .nav-mobile-toggle .fa{
        line-height: 50px;
        color: #fff;
    }

    .nav-menu .menu li>dl{
        position: relative;
        margin-bottom: 0 !important;
    }
    .nav-menu .menu li>dl a{
        text-indent: 1em;
        text-align: left;
        width: 100%;
    }
    .nav-menu .menu li>dl a:hover{
        /* color:#055f99; */
        /* opacity: 1; */
    }
    .nav-menu li a i{
        display: none !important;
    }
}

.header-fix {
    position: fixed;
    background-color: #f8f8f8;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}
.header-fix .logo-light {
    display: none;
}
.header-fix .logo-dark {
    display: inline-block;
}
.header-fix .nav-menu .menu li a {
    /* color: #333; */
}

.header-fix .nav-right a {
    color: #333;
}
.search-pop {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
}
.search-pop:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.85;
    filter: alpha(opacity=85);
    content: '';
}
.search-pop .content {
    position: relative;
    z-index: 1;
}
.search-pop .ipt {
    position: relative;
}
.search-pop .ipt i.fa {
    position: absolute;
    font-size: 20px;
    color: #fff;
    left: 20px;
    top: 15px;
}
.search-pop .ipt input {
    padding: 15px 15px 15px 60px;
    background: rgba(255, 255, 255, 0.3);
    border: 0;
    display: block;
    width: 100%;
    outline: none;
    line-height: 20px;
    height: 50px;
    color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.search-pop .close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    font-size: 30px;
    color: #fff;
}
.nav-mobile-toggle {
    display: none;
    /* position: absolute;
    right: 15px;
    top: 0; */
    font-size: 24px;
}
.owl-banner .item {
    position: relative;
    height: 100vh;
}
.owl-banner .item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    content: '';
    z-index: 1;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.owl-banner .item .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    -moz-background-size: cover;
    background-size: cover;
}
.owl-banner .item .container {
    position: relative;
    z-index: 1;
    display: table;
    height: 100%;
    color: #fff;
}
.owl-banner .item .wrap {
    display: table-cell;
    vertical-align: middle;
}
.owl-banner .item h1 {
    margin: 0 0 20px;
    font-size: 60px;
}
.owl-banner .item .btn {
    border-color: #425cbb;
    background: #425cbb;
    color: #fff;
    padding: 14px 50px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-banner .item .btn:hover {
    border-color: #546cc3;
    background-color: #546cc3;
}
.owl-banner .owl-pagination {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
}
.owl-banner .owl-pagination .owl-page.active span {
    background-color: #fff;
}
.section {
    padding: 50px 0;
}
.section-title {
    margin-bottom: 50px;
}
h3 {
    font-size: 30px;
    margin: 0 0 20px;
}
.cndns-right {
    position: fixed;
    right: 1px;
    bottom: 10%;
    z-index: 99;
    margin-top: -100px;
    border: 1px solid #e0e0e0;
	border-radius: 8px;
    background: #40A4F0;
    opacity: .9;
    filter: alpha(opacity=9)
}
.cndns-right i {
    font-style: normal !important
}
.cndns-right-meau {
    position: relative
}
.cndns-right-btn {
    position: relative;
    display: block;
    width: 75px;
    height: 80px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    text-decoration: none
}
.cndns-right-btn:hover {
    background: #40A4F0;
}
.cndns-right-btn span {
    color: #ffffff;
    font-size: 28px !important;
    line-height: 52px
}
.cndns-right-btn sup {
    position: absolute;
    top: -12px;
    left: -12px;
    display: block;
    height: 24px;
    min-width: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #425cbb;
    color: #fff;
    text-align: center;
    line-height: 24px
}
.cndns-right-btn p {
    margin: 0;
    padding-top: 0;
    padding-bottom: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px
}
.cndns-right-meau:hover .cndns-right-btn p {
    display: block;
    text-decoration: none
}
.meau-car .cndns-right-btn {
    margin-bottom: 20px;
    border-color: #425cbb;
    text-decoration: none
}
.meau-car .cndns-right-meau:hover .cndns-right-btn {
    background-color: #425cbb;
    text-decoration: none
}
.meau-car .cndns-right-meau:hover .cndns-right-btn span {
    display: block;
    color: #fff;
    text-decoration: none
}
.meau-code .sev-t img {
    margin: 0;
    padding: 0;
    width: 134px;
    height: 134px
}
.meau-car .cndns-right-btn span {
    color: #425cbb
}
.meau-top .cndns-right-btn span {
    padding-top: 10px;
    font-size: 24px !important;
    line-height: 38px
}
.meau-top .cndns-right-btn i {
    display: block;
    color: #fff;
    font-size: 12px
}
.cndns-right-box {
    position: absolute;
    top: -15px;
    right: 62px;
    display: none;
    padding-right: 25px
}
.cndns-right-box .box-border {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 20px;
    border: 1px solid #f1f1f1;
    border-top: 4px solid #40A4F0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15)
}
.cndns-right-box .box-border .sev-t span {
    float: left;
    display: block;
    margin-right: 20px;
    color: #d3d3d3;
    font-size: 42px;
    line-height: 56px
}
.cndns-right-box .box-border .sev-t p {
    float: left;
    margin: 0;
    padding: 0;
    color: #425cbb;
    font-size: 22px;
    line-height: 28px
}
.cndns-right-box .box-border .sev-t p i {
    display: block;
    color: #888;
    font-style: normal !important;
    font-size: 14px
}
.cndns-right-box .box-border .sev-b {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e4e4e4
}
.cndns-right-box .box-border .sev-b h4 {
    padding-bottom: 15px;
    color: #666;
    font-weight: 400;
    font-size: 14px
}
.cndns-right-box .box-border .sev-b ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.cndns-right-box .box-border .sev-b li {
    float: left;
    width: 50%
}
.cndns-right-box .box-border .sev-b li a {
    display: inline-block;
    padding-left: 43px;
    background: url(../img/zxqq.png) no-repeat left 3px;
    color: #888;
    font-size: 14px;
    line-height: 36px
}
.cndns-right-box .box-border .sev-b li a:hover {
    color: #425cbb
}
.meau-sev .cndns-right-box .box-border {
    width: 300px
}
.meau-contact .cndns-right-box .box-border {
    width: 230px
}
.cndns-right-meau:hover .cndns-right-box {
    display: block
}
.meau-code .cndns-right-box {
    top: inherit;
    bottom: -35px
}
.meau-code .cndns-right-box .box-border {
    width: 156px;
    text-align: center
}
.meau-code .cndns-right-box .box-border i {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 22px
}
.meau-code .cndns-right-box .box-border .arrow-right {
    top: inherit;
    bottom: 50px
}
.meau-zs .cndns-right-btn {
    margin-top: 80px;
    border-color: #425cbb;
    background-color: #425cbb;
    color: #fff
}
.meau-zs .cndns-right-btn span {
    color: #fff
}
.meau-zs .cndns-right-btn p {
    color: #fff
}
.sev-t {
    overflow: hidden
}
.features .item {
    padding: 100px 0;
    min-height: 434px;
}
.features .item h4 {
    margin: 0 0 20px;
    font-size: 20px;
}
.features .item p {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
}
.features .item i {
    font-size: 64px;
    margin-bottom: 20px;
}


.about-features.features .item{
    background: #fff;
    padding: 0;
    min-height: auto;
    margin-bottom: 15px;
}
.about-features.features .item>div{
    background: #f5f5f5;
    margin: 0 15px;
    padding: 30px 0;
}
.about-features.features .item i{
    font-size: 50px;
    color: #055f99;
}
.about-features.features .item h4{
    color: #055f99;
}
.about-features.features .item p{
    height: 50px;
    color: #055f99;
}
@media (max-width: 991px) {
    .about-features.features .item i{
        font-size: 40px;
    }
    .about-features.features .item h4{
        font-size: 16px;
    }
    .about-features.features .item p{
        font-size: 14px;
    }
}
@media (max-width: 767px){
    .about-features.features .item>div{
        /* width: 60%;
        margin: 0 auto; */
    }
}




.pricing {
    background-color: #fff;
    padding: 35px 50px 50px;
    margin-bottom: 20px;
}
.pricing h5 {
    margin: 0;
    font-size: 14px;
}
.pricing h6 {
    line-height: 33px;
    font-size: 12px;
    margin: 0 0 30px;
    color: #999;
    font-weight: normal;
}
.pricing .price .h1 {
    font-size: 60px;
    line-height: 1;
}
.pricing .price .h5 {
    vertical-align: top;
}
.pricing p {
    margin: 0 0 50px;
    font-size: 16px;
    line-height: 1.7;
    color: #999;
}
.pricing .btn {
    border-color: #425cbb;
    background: #425cbb;
    color: #fff;
    padding: 14px 50px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.pricing .btn:hover {
    border-color: #546cc3;
    background-color: #546cc3;
}

.casebox { width: 33.3333333333333%}

@media (max-width: 767px) {
    .casebox { width: auto;}
}

.owl-case .item {
    display: block;
    background-color: #fff;
    margin: 0 15px 30px;
    color: #333;
}

.owl-case .item img {
    display: block;
    width: 100%;
    height: auto;
}
.owl-case .item .text {
    padding: 25px;
}
.owl-case .item .text h4 {
    margin: 0 0 10px;
    font-size: 16px;
}
.owl-case .item .text p {
    margin: 0;
    color: #999;
}
.section-news {
    background: url(../img/banner_bg2.jpg) no-repeat center center;
    -moz-background-size: cover;
    background-size: cover;
    color: #fff;
    position: relative;
}
.section-news:before {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.section-news .section-title {
    border-bottom: 1px solid #8d8887;
    padding-bottom: 50px;
}
.section-news .section-title h3 {
    font-size: 40px;
}
.section-news .section-title small {
    font-size: 14px;
}
.news-item {
    display: block;
    color: #fff !important;
    margin-bottom: 50px;
}
.news-item h4 {
    margin: 0 0 20px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    font-size: 16px;
}
.news-item p {
    font-size: 12px;
    line-height: 2;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.news-item:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
}
.space {
    background-color: #055f99;
    color: #fff;
    padding: 60px 0;
    font-size: 22px;
}
.space .btn {
    border-color: rgba(255, 255, 255, 0.1);
    font-size: 12px;
    color: #fff;
    padding: 10px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-width: 2px;
    margin-left: 20px;
}
.space .btn:hover {
    border-color: #fff;
}
.footer {
    padding: 50px 0 30px;
    background-color: #232323;
    color: #777;
    font-size: 14px;
}
.footer .row{
    margin: 0;
}
.footer a {
    color: #aaa;
}
.footer a:hover {
    color: #fff;
}
.footer p {
    line-height: 2;
    margin: 0 0 10px;
}
.footer .logo {
    display: inline-block;
    margin-bottom: 20px;
}
.footer .logo img {
    height: 32px;
    width: auto;
}
.footer h6 {
    font-size: 18px;
    color: #aaa;
    margin: 0;
    line-height: 40px;
    font-weight: bold;
}
.footer ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.footer li {
    line-height: 38px;
}
.footer .btn {
    padding: 10px 40px;
    color: #fff;
    background-color: #055f99;
    border-color: #055f99;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.footer hr {
    opacity: 0.1;
    filter: alpha(opacity=10);
    border-color: #fff;
}
.footer .link {
    text-align: right;
}
.footer .link a {
    margin-right: 10px;
}


.footer .copyright{
    text-align: center;
}
.footer .website{
    text-align: center;
}
.footer .website a{
    display: inline-block;
    margin-bottom: 15px;
}
.footer .website a img{
    height: 40px;
}
@media (max-width: 767px) {
    .footer .website a img{
        height: 30px;
    }
}
@media (max-width: 500px) {
    .footer .website a img{
        height: 20px;
    }
}









.banner {
    /* padding: 180px 0; */
    background: no-repeat center center;
    -moz-background-size: cover;
    background-size: cover;
    color: #fff;
    position: relative;
}
@media (max-width: 991px) {
    .banner{
        margin-top: 50px;
    }
}
.banner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: #000; */
    opacity: 0.3;
    content: '';
    filter: alpha(opacity=50);
}
.banner .container {
    position: relative;
}
.banner h1 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 0 30px;
}
.banner .lead {
    margin: 0 auto;
    opacity: 0.9;
    filter: alpha(opacity=90);
    line-height: 40px;
    max-width: 700px;
    padding: 0 15px;
}
.banner .btn {
    border-color: rgba(255, 255, 255, 0.1);
    font-size: 12px;
    color: #fff;
    padding: 10px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-width: 2px;
    margin: 20px 10px 0;
}
.banner .btn:hover {
    border-color: #fff;
}
.fuwushuo {
    position: relative;
    background-color: #f4f4f4;
}
.fuwushuo .wrap {
    display: table;
    width: 100%;
    height: 700px;
}
.fuwushuo .inner {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0;
}
.fuwushuo i {
    font-size: 60px;
    color: #465bb6;
}
.fuwushuo h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0;
}
.fuwushuo p {
    line-height: 26px;
    font-size: 16px;
    color: #888;
}
.fuwushuo h6 {
    line-height: 52px;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 25px;
}
.fuwushuo ul {
    margin-top: 0;
    font-size: 16px;
    display: inline-block;
}
.fuwushuo li {
    padding: 7px 0;
    color: #888;
}
.fuwushuo .img {
    display: block;
    margin: 0 auto;
    width: 60%;
    height: auto;
}
.fuwushuo .bank {
    margin: 0 auto;
    max-width: 500px;
}
.price-table {
    border: 1px solid #e9e9e9;
}
.price-table .col-sm-3, .price-table .col-md-3 {
    padding: 0;
}
.price-table ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.price-table .pricing__title {
    min-height: 158px;
    padding: 25px 0;
}
.price-table .pricing__title h6 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    line-height: 40px;
}
.price-table .pricing__price {
    margin-top: 10px;
}
.price-table .pricing__dollar {
    vertical-align: top;
}
.price-table .pricing__price .h2 {
    font-size: 36px;
    font-weight: bold;
}
.price-table li {
    padding: 25px;
    color: #767676;
    line-height: 20px;
}
.price-table li:nth-child(odd) {
    background: #f4f4f4;
}
.price-table .fa-check-circle {
    font-size: 20px;
    color: #68b676;
}
.price-table .fa-times-circle {
    color: #e0484c;
    font-size: 20px;
}
.gongneng-item {
    background-color: #fff;
    padding: 40px 15px 30px;
    margin-bottom: 30px;
}
.gongneng-item i {
    font-size: 60px;
    color: #576abc;
}
.gongneng-item h4 {
    font-size: 20px;
    margin: 20px 0;
    height: 22px;
    overflow: hidden;
}
.gongneng-item p {
    line-height: 24px;
    color: #767676;
    height: 48px;
}
.fwxm-item {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.fwxm-item small {
    color: #999;
}
.fwxm-item h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.fwxm-item p {
    color: #767676;
    margin: 0;
    height: 60px;
}
.case-list .item {
    display: block;
    background-color: #fff;
    margin: 0 0 30px;
    color: #333;
}
.case-list .item img {
    display: block;
    width: 100%;
    height: auto;
}
.case-list .item .text {
    padding: 25px;
}
.case-list .item .text h4 {
    margin: 0 0 10px;
    font-size: 16px;
}
.case-list .item .text p {
    margin: 0;
    color: #999;
}



.fenlei {
    margin: 30px 0 50px;
    list-style: none;
    padding: 0;
    text-align: center;
}
.fenlei li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    border:1px solid #055f99;
}
.fenlei li:last-of-type {
    margin-right: 0;
}
.fenlei li p{
    margin: 0;
}
.fenlei li a {
    display: inline-block;
    color: #055f99;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 30px;
    background: #fff;
}
.fenlei li:hover a {
    color: #fff;
    background: #055f99;
}
.fenlei li.on a,.fenlei li.active a {
    color: #fff;
    background: #055f99;
}


@media (max-width: 1199px){
    .node_single .fenlei li a{
        font-size: 12px;
        padding: 8px 20px;
    }
}
@media (max-width: 991px){
    .node_single .fenlei{
        white-space: nowrap;
        overflow-x: auto;
    }
    .node_single .fenlei li a{
        padding: 5px 15px;
    }
}
@media (max-width: 767px){
    .node_single .about-text p>img{
        width: 100% !important;
        height: auto !important;
        max-width: 686px !important;
        max-height: 303px !important;
    }
    .fenlei li a {
        font-size: 12px;
        padding: 8px 25px;
    }
}
@media (max-width: 500px){
    .fenlei li a {
        padding: 5px 15px;
    }
}







.fenlei_swiper{
    background: #f5f5f5;
    padding: 0 30px !important ;
    box-shadow:0px 0px 3px rgba(0,0,0,0.2);
    margin-bottom: 30px;
    display: none;
}
.fenlei_swiper .swiper-button-next,.fenlei_swiper .swiper-button-prev{
    width: 30px;
    height: 50px;
}
.fenlei_swiper .swiper-button-prev{
    left: 0px;
    top: 0;
    margin-top: 0;
    background: #f5f5f5;
    box-shadow: 1px 0px 3px #ccc;
}
.fenlei_swiper .swiper-button-next{
    right: 0px;
    top: 0;
    margin-top: 0;
    background: #f5f5f5;
    box-shadow: -1px 0px 3px #ccc;
}
.fenlei_swiper .swiper-button-prev::after,.fenlei_swiper .swiper-button-next::after{
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    color: #055f99;
}
.fenlei_swiper .fenlei li{
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
    border-top: 5px solid #f5f5f5;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.fenlei_swiper .fenlei li a {
    padding: 10px 20px 15px;
    background: #f5f5f5;
}
.fenlei_swiper .fenlei li.on,.fenlei_swiper .fenlei li:hover{
    background: #fff;
    border-top: 5px solid #055f99;
}
.fenlei_swiper .fenlei li:hover a {
    color: #055f99;
    background: #fff;
}
.fenlei_swiper .fenlei li.on a {
    color: #055f99;
    background: #fff;
}

.pro_container{
    display: flex;
}
.pro_container .pro_nav{
    margin-right: 30px;
}
.pro_container .pro_nav_tit{
    font-size: 24px;
    color: #fff;
    background: #055f99;
    line-height: 100px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}
.pro_container .pro_nav ul{
    background: #fff;
    padding: 10px;
    margin: 0;
}
.pro_container .pro_nav ul li{
    width: 240px;
    background: #f5f5f5;
    margin-bottom: 5px;
    padding:0 10px;
    position: relative;
}
.pro_container .pro_nav ul li:hover,.pro_container .pro_nav ul li.on{
    background: #e0e0e0;
}
.pro_container .pro_nav ul li::after{
    font-family: swiper-icons;
    content: "next";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #333;
}
.pro_container .pro_nav ul li a{
    font-size: 16px;
    line-height: 50px;
    color: #333;
    display: inline-block;
    width: 100%;
}
.pro_container .pro-list .pro_nav_cur{
    font-size: 20px;
    font-weight: bold;
    line-height: 80px;
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
    color: #055f99;
    letter-spacing: 2px;
}
.pro_container .pro-list .pro_nav_cur::after{
    content: '';
    width: 100%;
    height: 3px;
    background: #055f99;
    position: absolute;
    left: 0;
    bottom: 0;
}


.hot_pro{
    margin-top: 50px;
}
.hot_pro .hot_tit{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
}
.hot_pro .col-xs-6{
    position: relative;
}
.hot_pro .hot_pro_img{
    height: 300px;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}
.hot_pro .col-xs-6:hover .hot_pro_img img{
    transform: scale(1.1);
    transition: all 2s;
}
.hot_pro .hot_pro_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hot_pro .hot_pro_tit{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0 15px;
}
.hot_pro .hot_pro_tit h5{
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    background: rgba(0,0,0,0.95);
    color: #fff;
    margin: 0;
    border-radius: 0 25px 25px 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
    width: 80%;
}
.hot_pro .col-xs-6:hover .hot_pro_tit h5{
    width: 100%;
    border-radius: 0 0 15px 15px;
    transition: all 1s;
}

@media (max-width: 1199px) {
    .hot_pro .hot_pro_tit h5{
        font-size: 15px;
    }
    .hot_pro .hot_tit{
        font-size: 24px;
        line-height: 60px;
    }
    .pro_container .pro_nav ul li a{
        font-size: 12px;
        line-height: 40px;
    }
    .pro_container .pro_nav ul li::after{
        font-size: 12px;
    }
    .pro_container .pro_nav ul li{
        width: 180px;
    }

}
@media (max-width: 991px) {
    .pro_container .pro_nav{
        display: none;
    }
    .fenlei_swiper{
        display: block;
    }
    .hot_pro .hot_pro_tit h5{
        font-size: 14px;
        line-height: 40px;
    }
    .hot_pro .hot_tit{
        font-size: 20px;
    }
    .hot_pro .hot_pro_img{
        height: 200px;
    }
    .pro_container .pro-list .pro_nav_cur{
        font-size: 16px;
    }

}



@media (max-width: 767px) {
    .hot_pro .col-xs-6{
        margin-bottom: 15px;
    }

    .fenlei_swiper .fenlei li{
        border-top: 3px solid #f5f5f5;
    }
    .fenlei_swiper .fenlei li.on,.fenlei_swiper .fenlei li:hover{
        border-top: 3px solid #055f99;
    }
    .fenlei_swiper .fenlei li a {
        font-size: 12px;
        padding: 7px 15px 10px;
    }

    .fenlei_swiper .swiper-button-next,.fenlei_swiper .swiper-button-prev{
        width: 30px;
        height: 40px;
    }
    .fenlei_swiper .swiper-button-prev::after,.fenlei_swiper .swiper-button-next::after{
        font-size: 12px;
        line-height: 40px;
    }
}







.news-list{
    margin: 0 -10px;
}
.news-list .item {
    display: flex;
    background-color: #fff;
    margin-bottom: 30px;
    color: #333;
    box-shadow: 2px 2px 5px #999;
    padding: 15px;
}

.news-list .item .img{
    flex: 0 0 200px;
    height: 150px;
    margin: 0 15px 0 0;
    overflow: hidden;
}
.news-list .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list .item:hover{
    background: rgba(5,95,153,0.75);
    transition: all 1.5s;
}
.news-list .item:hover .img img{
    transform: scale(1.1);
    transition: all 2s;
}
.news-list .item .m {
    overflow: hidden;
}
.news-list .item .m img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
}
.news-list .item:hover .m img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.news-list .item .text {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width:0;
}
.news-list .item .text h4 {
    font-weight: bold;
    margin: 0;
    line-height: 1.5;
    font-size: 18px;
}
.news-list .item .date{
    margin-right: 15px;
}
.news-list .item .date span {
    display: block;
    line-height: 1.5;
    white-space: nowrap;
}
.news-list .item .date .p1 {
    font-size: 32px;
    font-weight: bold;
}
.news-list .item .date .p2 {
    font-size: 14px;
}
.news-list .item .text .desc {
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* height: 55px; */
}
.news-list .item .text>span {
    font-size: 14px;
    color: #999;
}
.news-list .item:hover .date span,.news-list .item:hover .text .desc,.news-list .item:hover .text h4,.news-list .item:hover .text>span{
    color: #fff;
}

.new_swiper{
    margin-bottom: 50px;
}
.new_swiper .swiper-wrapper{
    padding: 8px 0;
}
.new_swiper .swiper-slide{
    transition: 300ms;
    transform: scale(0.8) !important;
    background: #fff;
    opacity: 0.6;
    z-index: 33;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.new_swiper .swiper-slide-img{
    width: 100%;
    height: 500px;
}
.new_swiper .swiper-slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new_swiper .swiper-slide-txt{
    padding: 0 10px;
}
.new_swiper .swiper-slide-txt h4{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 ;
    line-height: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}

.new_swiper .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1) !important;
    opacity: 1;
    z-index: 44;
}
@media (max-width:1439px){
    .new_swiper .swiper-slide-img{
        height: 450px;
    }
    .news-list .item .img{
        flex: 0 0 150px;
    }

}
@media (max-width:1199px){
    .new_swiper .swiper-slide-img{
        height: 400px;
    }
    .news-list .item .img{
        flex: 0 0 200px;
    }

}
@media (max-width: 991px){
    .new_swiper .swiper-slide-img{
        height: 350px;
    }
    .new_swiper .swiper-slide-txt h4{
        font-size: 16px;
        line-height: 60px;
    }
    .new_swiper .swiper-slide-txt p{
        font-size: 14px;
    }
    #plat .plat_tips{
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .new_swiper .swiper-slide-img{
        height: 300px;
    }

    .news-list .item .img{
        flex: 0 0 150px;
        height: 120px;
        margin: 0 10px 0 0;
    }
    .news-list .item .text{
        height: 120px;
    }
    .news-list .item .text h4{
        font-size: 16px;
    }
    .news-list .item .text .desc,.news-list .item .text span{
        font-size: 12px;
    }
    .news-list .item .date{
        margin-right: 10px;
    }
    .news-list .item .date .p1{
        font-size: 28px;
    }
    .news-list .item .date .p2{
        font-size: 12px;
    }
}

@media (max-width: 550px){
    .new_swiper .swiper-slide-img{
        height: 250px;
    }
    .new_swiper .swiper-slide-txt h4{
        font-size: 14px;
        line-height: 50px;
    }
    .new_swiper .swiper-slide-txt p{
        font-size: 12px;
    }
    .news-list .item{
        padding: 10px;
    }
    .news-list .item .img{
        flex: 0 0 100px;
        height: 100px;
    }
    .news-list .item .text{
        height: 100px;
    }
    .news-list .item .text h4{
        font-size: 14px;
    }
    .news-list .item .date .p1{
        font-size: 24px;
    }
    
}








.pro-list{
    margin: 0 -10px;
    padding: 0;
    background: #fff;
}


.pro-list .thumbnail{
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: 2px 2px 5px #aaa;
    margin-bottom: 30px;
}
.pro-list .thumbnail-img{
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.pro-list .thumbnail-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-list .thumbnail h3{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 6px 0 15px;
    line-height: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.pro-list .thumbnail p{
    font-size: 12px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pro-list .thumbnail p.pro-btn{
    text-align: center;
    margin: 0 0 5px;
}
.pro-list .thumbnail .pro-btn .btn{
    border-radius: 0;
    background: #055f99;
    padding: 5px 25px;
    border: none;
}
.thumbnail:hover .caption{
    background: #055f99;
}
.thumbnail:hover .caption h3{
    color: #fff;
}
.thumbnail:hover .caption p{
    color: #fff;
}
.thumbnail:hover .thumbnail-img img{
    transform: scale(1.05);
    transition: all 1s ease;
}
.thumbnail:hover .caption .btn{
    background: #fff;
    color: #333;
}
@media (max-width: 1199px) {
    .pro-list .thumbnail-img{
        height: 180px;
    }
}
@media (max-width: 767px) {
    .pro-list .thumbnail-img{
        height: 150px;
    }
}
@media (max-width: 500px) {
    .pro-list .col-xs-6{
        width: 50vw;
        padding: 0 10px;
    }
    .pro-list .thumbnail-img{
        height: 120px;
    }
}





/* contact */
.about-text .about-table{
    display: flex;
    justify-content: space-between;
}
.about-text .about-table table{
    width: 48%;
    margin: 0 0 30px;
    padding: 0 10px;
}
.about-text .about-table table td strong>span{
    top: -20px !important;
}
.about-text .about-table table td strong span{
    font-size: 18px;
}
.about-text .about-table table td{
    font-size: 14px;
}

.about-text .about-table table tr>td:nth-of-type(odd){
    font-weight: bold;
}

.about-text .about-table table tr>td:nth-of-type(even){
    text-indent: 1.5em;
}
.about-text .about-table table:nth-of-type(even) tr>td{
    text-indent: 1.5em;
}
.about-text .about-table tr>td{
    line-height: 40px;
    color: #000;
}
.about-text .about-table tr>td p{
    margin: 0;
}
.about-text .about-table table tr:nth-of-type(odd){

}
.about-text .about-table table tr:nth-of-type(even){
    background: #f5f5f5;
}



@media (max-width: 1200px) {
    .about-text .about-table table td strong span{
        font-size: 16px;
    }
    .about-text .about-table table td{
        font-size: 12px;
    }
}
@media (max-width: 1000px) {
    .about-text .about-table{
        display: block;
    }
    .about-text .about-table table{
        width: 100%;
    }
}
@media (max-width: 500px) {
    .about-text .about-table table tr>td:nth-of-type(odd){
        white-space: nowrap;
    }
    .about-text .about-table table tr>td:nth-of-type(even){
        text-indent: 0;
        line-height: 1.5;
    }
}




/* honor */
.about-text .imageBox{
    box-shadow: 1px 1px 5px #aaa;
    margin-bottom: 50px;
}
.about-honor>div>div{
    width: 100% !important;
	margin:0 auto;
}
.about-text .imageBox h4{
    color: #055f99;
    line-height: 60px;
    text-align: center;
    margin: 0;
    letter-spacing: 2px;
    font-size: 20px;
}
.about-text .imageBoxContents ul li::marker{
    content: none;
}
.about-text .imageBoxContents ul{
    padding: 30px 0 0 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.about-text .imageBoxContents ul li{
    margin-right: 4%;
    margin-bottom: 50px;
    width: 28%;
    height: 450px;
}
.about-text .imageBoxContents-anli ul li{
	height: 250px;
}
.about-text .imageBoxContents ul li p{
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 50px;
    color: #333;
    text-align: center;
    width:100%;
    /*height: 250px;*/
}
.about-text .imageBoxContents-anli ul li p{
	height: 300px;
}
.about-text .imageBoxContents ul li p a{
    display: inline-block;
    width:100%;
    height: 400px;
}
.about-text .imageBoxContents ul li p img{
    margin-bottom: 10px;
    width:100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
}
.about-text .gc-fenlei .imageBoxContents ul li p img{
	height: 80%;
}
.mask{
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
    display: none;
}
.bigImg{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1001;
    display: none;
    /*
    width: 80%;
    height: 80%;*/
}
.bigImg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.honor_img {
    margin: 50px 0;
}
.honor_img img{
    width: 100%;
}
@media (max-width: 1199px) {
    .about-text .imageBoxContents ul li{
        margin-bottom: 30px;
        height: 350px;
    }
	.about-text .imageBoxContents-anli ul li{
        margin-bottom: 20px;
        height: 200px;
    }
    .about-text .imageBoxContents ul li p{
        font-size: 16px;
        height: 350px;
    }
	.about-text .imageBoxContents-anli ul li p{
        height: 200px;
    }
    .about-text .imageBoxContents ul li p a{
        height: 300px;
    }
}
@media (max-width: 991px) {
    .about-text .imageBox{
        margin-bottom: 30px;
    }
    .honor_img {
        margin:30px 0;
    }
    .about-text .imageBoxContents ul li{
        height: 250px;
    }
	.about-text .imageBoxContents-anli ul li{
        height: 150px;
    }
    .about-text .imageBoxContents ul li p{
        font-size: 14px;
        height: 250px;
    }
	.about-text .imageBoxContents-anli ul li p{
        font-size: 14px;
        height: 150px;
    }

    .about-text .imageBoxContents ul li p a{
        height: 200px;
    }
}
@media (max-width: 576px) {
    .about-text .imageBoxContents ul li{
        height: 150px;
    }
	.about-text .imageBoxContents-anli ul li{
        height: 100px;
    }
    .about-text .imageBoxContents ul li p{
        font-size: 12px;
        height: 150px;
    }
	.about-text .imageBoxContents-anli ul li p{
        height: 100px;
    }
    .about-text .imageBoxContents ul li p a{
        height: 100px;
    }

}










.about-text {
    color: #767676;
    font-size: 16px;
    line-height: 1.8;
}
.about-text h4 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.input-with-icon {
    position: relative;
    margin-bottom: 30px;
}
.input-with-icon i {
    position: absolute;
    left: 28px;
    top: 15px;
    font-size: 22px;
    color: #999;
}
.input-with-icon input {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 0;
    width: 100%;
    color: #767676;
    outline: none;
    font-size: 16px;
    padding: 15px 15px 15px 45px;
}
.fm-ta {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    padding: 15px;
    font-size: 16px;
    outline: none;
    display: block;
    width: 100%;
    color: #767676;
    margin-bottom: 30px;
}
.intxt {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 0;
    width: 100px;
    color: #767676;
    outline: none;
    font-size: 16px;
    padding: 10px 15px;
    vertical-align: middle;
}
.inyzm {
    display: inline-block;
    vertical-align: middle;
}
.insubmit {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #465bb6;
    color: #fff;
    outline: none;
}
.insubmit:hover {
    color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.detail {
    margin-bottom: 50px;
}
.detail-title {
    padding: 30px 0;
    /* background-color: #f4f4f4; */
}
.detail-title h1 {
    font-size: 30px;
    line-height: 1.5;
    margin:0 auto 15px;
    max-width: 900px;
}
.detail-title p {
    margin: 0;
    font-size: 14px;
    color: #999;
}
.detail-title p span {
    padding: 0 10px;
}
.detail-content {
    padding: 30px 0;
    font-size: 18px;
    line-height: 1.8;
    color: #767676;
}

.gg img{
    width: 100%;
}

.detail-content div{
    /* max-width: 900px; */
}
.detail-content img {
    display: block;
    margin: 0 auto 0px;
    /* width: 100% !important; */
    /* height: auto !important; */
}
.detail-content .artical_img>img{
    /* width: auto !important; */
    margin-bottom: 0;
}

.detail-content .download_url{
    margin: 0 auto;
    padding: 0 15px;
}
.detail-content .download_url .btn{
    color: #055f99;
    border: 1px solid #055f99;
    padding: 8px 36px;
    background: transparent;
}
.detail-content .download_url .btn:hover{
    color: #fff;
    border: 1px solid #055f99;
    background: #055f99;
}

.pro_img_l{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.pro_img_l .artical_img{
    width: 60%;
    height: 600px;
    overflow: hidden;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro_img_l .artical_img img{
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
}
.pro_img_l .artical_des{
    width: 40%;
    height: 500px;
    background: #055f99;
    border-radius: 0 20px 20px 0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* align-items: center; */
}
.pro_img_l .artical_des h4{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}
.pro_img_l .artical_des .artical_des_d{
    color: #fff;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
    /* text-align: center; */
}
.pro_img_l .artical_des .artical_des_t{
    color: #fff;
    font-size: 16px;
    margin: 0;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 2;
    overflow: hidden;
}

.pro_img_l .artical_des .artical_des_link .btn{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    border: none;
}
.pro_img_l .artical_des .artical_des_tel .btn{
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #055f99;
    padding: 10px 20px;
    border-radius: 10px;
    opacity: 1;
    pointer-events: none;
}





@media (max-width: 1199px){
    .detail-content img {
        width: 100% !important;
        height: auto !important;
    }
    .pro_img_l .artical_des h4{
        font-size: 20px;
        line-height: 1.5;
    }
    .pro_img_l .artical_des .artical_des_d{
        font-size: 14px;
    }
    .pro_img_l .artical_des .artical_des_t{
        font-size: 14px;
        line-height: 1.5;
    }
    .pro_img_l .artical_des .artical_des_link .btn{
        font-size: 16px;
    }
    .pro_img_l .artical_des .artical_des_tel .btn{
        font-size: 20px;
        padding: 8px 15px;
        border-radius: 5px;
        letter-spacing: 0;
    }
}
@media (max-width: 991px) {
    .detail-content{
        font-size: 15px;
    }
    .pro_img_l{
        margin-bottom: 20px;
    }
    .pro_img_l .artical_img{
        height: 400px;
    }
    .pro_img_l .artical_des{
        height: 300px;
        padding: 15px;
    }
    .pro_img_l .artical_des h4{
        font-size: 18px;
    }
    .pro_img_l .artical_des .artical_des_d{
        font-size: 12px;
    }
    .pro_img_l .artical_des .artical_des_t{
        font-size: 12px;
        -webkit-line-clamp: 3;
    }
    .pro_img_l .artical_des .artical_des_link .btn{
        font-size: 14px;
    }
    .pro_img_l .artical_des .artical_des_tel .btn{
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .pro_img_l{
        flex-direction: column;
    }
    .pro_img_l .artical_img{
        width: 90%;
    }
    .pro_img_l .artical_des{
        width: 80%;
        border-radius: 0 0 20px 20px;
    }
    
}
@media (max-width: 500px) {
    .pro_img_l .artical_img{
        height: 300px;
    }

    
}


.detail_f{
    display: flex;
    justify-content: space-between;
}
.detail_l{
    width: 70%;
    background: #fff;
}
.detail_l .detail_l_tit{
    font-size: 28px;
    font-weight: bold;
    line-height: 80px;
    text-indent: 1em;
    color: #000;
    position: relative;
    margin: 0;
}
.detail_l .detail_l_tit::before{
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 1em;
    background: #000;
}

.detail_l h4{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0 15px;
    text-align: center;
}
.detail_l .artical_des_d{
    font-size: 16px;
    margin: 0 0 30px;
    line-height: 1.5;
    text-align: center;
}

.detail_r{
    width: 25%;
    height: auto;
    /* overflow: hidden; */

}
.detail_r .detail_r_tit{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background: #055f99;
    color: #fff;
    line-height: 80px;
    letter-spacing: 1px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
}
.detail_r .detail_r_cont{
    padding: 15px;
    border-radius: 0 0 10px 10px;
    background: #fff;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.25);
}
.detail_r .detail_r_item{
    margin-bottom: 10px;
}
.detail_r .detail_r_item img{
    width: 100%;
    margin: 0;
}
.detail_r .detail_r_item p{
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    color: #000;
}

@media (max-width: 1439px){
    .detail_l .detail_l_tit{
        font-size: 24px;
    }
}
@media (max-width: 1199px){
    .detail_l h4{
        font-size: 20px;
    }
    .detail_l .artical_des_d{
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .detail_l h4{
        font-size: 18px;
    }
    .detail_l .artical_des_d{
        font-size: 12px;
    }
    .detail_l .detail_l_tit{
        font-size: 20px;
        line-height: 60px;
    }
    .detail_r .detail_r_tit{
        font-size: 18px;
    }
    .detail_r .detail_r_item p{
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .detail_f{
        padding: 0 15px;
    }
    .detail_l{
        width: 100%;
    }
    .detail_r{
        display: none;
    }
    .detail_l .detail_l_tit{
        font-size: 18px;
    }
    /* .detail_l table{
        width: 100% !important;
    } */

}


.casecont {
    margin-bottom: 30px;
}
.casecont .btn {
    padding: 10px 40px;
    background-color: #3e5995;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 12px;
}
.casecont .ewm {
    float: right;
    width: 192px;
    margin-left: 40px;
    text-align: center;
    color: #333;
}
.detail-tool {
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
}
.detail-tool .btn {
    font-size: 12px;
    padding: 10px 40px;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 0 10px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 30%;
}
.detail-tool .btn.b1 {
    background-color: #055f99;
}
.detail-tool .btn.b2 {
    background-color: #25abe9;
}
.detail-tool .btn.b3 {
    background-color: #da4c40;
}
.wap_logo {
    display: none;
}
.wap_logo img {
    height: 40px;
}


@media (max-width: 991px) {
    .wap_logo img {
        height: 40px;
    }
    .nav-bar {
        padding: 0 15px;
    }

    .nav-bar .logo-light {
        display: none;
    }

    .nav-bar .logo-dark {
        display: inline;
    }

    .nav-mobile-toggle {
        display: block;
    }

    .nav-logo {
        display: inline-block;
        float: none;
    }

    .nav-menu, .nav-right {
        display: none;
    }

    .nav-menu {
        float: none;
    }

    .nav-menu.open {
        display: block;
    }

    .nav-menu .menu li {
        float: none;
        border-bottom: 1px solid #e9e9e9;
        line-height: 40px;
    }

    .nav-menu .menu li.dropdown {
        background: url(../img/listson.png) no-repeat right 11px;
    }

    .nav-menu .menu li a {
        display: inline-block;
        color: #fff;
        padding: 0 10px;
    }

    .nav-menu .menu li ul {
        position: static;
        width: 100%;
    }

    .nav-menu .menu li ul li {
        border-bottom: 1px solid #333;
    }

    .nav-menu .menu li ul li a {
        display: block;
    }

    .owl-banner .item {
        height: 80vh;
    }

    .owl-banner .item h1 {
        font-size: 40px;
    }

    .pc_logo {
        display: none;
    }

    .wap_logo {
        display: block;
    }

    .detail-title h1{
        font-size: 24px;
    }
    .detail-content{
        font-size: 14px;
    }
    .detail-tool .btn{
        width: 45%;
    }
    .footer{
        font-size: 12px;
    }
    .footer h6{
        font-size: 16px;
    }

}
@media (max-width: 767px) {
    .wap_logo img {
        height: 40px;
    }
    .owl-banner .item {
        height: 300px;
    }

    .owl-banner .item h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .owl-banner .item .lead {
        font-size: 14px;
    }

    .owl-banner .owl-pagination {
        bottom: 20px;
    }

    .owl-banner .item .btn {
        padding: 8px 50px;
        font-size: 12px;
    }

    .section {
        padding: 30px 0;
    }

    h3 {
        font-size: 20px;
    }

    .lead {
        font-size: 14px;
    }

    .features .item {
        padding: 30px 0;
        min-height: 100px;
    }

    .section-news .section-title {
        padding-bottom: 30px;
    }

    .section-news .section-title h3 {
        font-size: 26px;
    }

    .section-news .section-title small {
        font-size: 12px;
    }

    .space {
        font-size: 18px;
    }

    .space .btn {
        display: block;
        width: 150px;
        margin: 20px auto 0;
    }

    .footer {
        text-align: center;
        padding: 40px 0 50px;
    }
    .footer .container{
        padding: 0 10px;
    }
    .footer .row{
        margin: 0;
    }
    .footer h6{
        font-size: 14px;
    }
    .banner {
        padding: 50px 0;
    }

    .banner h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .fuwushuo .wrap {
        height: auto;
    }

    .fwxm-item p {
        height: auto;
    }

    .detail-tool .btn {
        display: block;
        margin: 0 auto 10px;
        width: 75%;
    }
}
.n_case {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}
.n_case a {
    display: block;
    position: relative;
}
.n_case a .list_eye {
    display: none;
    width: 100%;
    height: 100%;
    background: #444;
    filter: alpha(opacity=50);
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
}
.n_case a:hover .list_eye { display: block; }
.n_case a .list_eye span {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    background: url(../img/eye.png) no-repeat center;
}
.n_case a img {
    width: 100%;
}
.n_case .list_m {
    position: absolute;
    right: 0px;
    top: 55px;
    z-index: 8;
}
.n_case .list_m .list_eye {
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
}
.owl-item .n_case {
    width: auto;
}
.owl-item .n_case .list_m {
    top: 120px;
}
.pages .pagination a {
    line-height: 20px;
}
.city {
    overflow: hidden;
    margin: 10px 0 0;
}
.city h3 {
    /* float: left; */
    font-size: 14px;
    font-weight: bold;
    /* line-height: 78px; */
    margin: 0;
    white-space: nowrap;
    color: #999;
}
.city .flink_list {
    /* float: left; */
}
.city li {
    list-style: none;
    float: left;
    margin-bottom: 10px;
    line-height: 1em;
}
.city li a {
    margin-right: 15px;
    font-size: 12px;
    color: #aaa;
    line-height: 1em;
}
.city li a:hover {
    color: #fff;
}

.city .center{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
/* @media (max-width: 991px){
    .city h3{
        font-size: 14px;
    }
    .city li a {
        font-size: 12px;
    }
} */





.m-message {
    width: 494px;
    margin: 48px auto 0;
}
.m-message label {
    width: 100%;
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
    overflow: hidden;
}
.m-message label em {
    display: block;
    float: right;
    color: red;
    height: 32px;
    line-height: 32px;
}
.m-message label span {
    width: 70px;
    height: 34px;
    line-height: 34px;
    color: #2f2f2f;
    float: left;
    font-weight: bold;
    text-align: right;
    margin-right: 30px;
    display: inline-block;
}
.m-message label input.inp, .m-message label textarea, .m-message label.code input {
    width: 77%;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    border: #cccccc 1px solid;
    border-radius: 3px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.m-message label input:focus, .m-message label textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.m-message label textarea {
    height: 72px;
    line-height: 24px;
    padding: 10px 14px;
}
.m-message label.code {
    line-height: 34px;
}
.m-message label.code input {
    width: 112px;
    float: left;
    margin-right: 30px;
}
.m-message label.code .pic {
    display: inline-block;
}
.m-message label.code img {
    width: 60px;
    height: 17px;
    vertical-align: middle;
}
.btn-1 input {
    width: 52px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    border: none;
    color: #333;
    margin-right: 22px;
    cursor: pointer;
    transition: 0.3s;
}
.btn-1 {
    padding-left: 100px;
}
.btn-1 input.focus {
    background: #0152ad;
    color: #fff;
}
.btn-1 input.focus:hover {
    background: #444;
}
.btn-1 input:hover {
    background: #ccc;
}
.pagination p {
    margin: 0;
    cursor: pointer
}
.pagination {
   /*  height: 40px;
    padding: 20px 0px; */
    display: flex;
    justify-content: center;
}
.pagination a {
    display: block;
    /* float: left; */
    margin-right: 10px;
    padding: 5px 15px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 14px;
    line-height: 24px;
}
.pagination a:hover {
    color: #055f99;
    background: white;
    border: 1px #055f99 solid;
}
.pagination a.cur {
    border: none;
    background: #055f99;
    color: #fff;
}
.pagination p {
    float: left;
    padding: 2px 12px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #bbb;
    border: 1px #ccc solid;
    background: #fcfcfc;
    margin-right: 8px;
}
.pagination p.pageRemark {
    border-style: none;
    background: none;
    margin-right: 0px;
    padding: 4px 0px;
    color: #666;
}
.pagination p.pageRemark b {
    color: red;
}
.pagination p.pageEllipsis {
    border-style: none;
    background: none;
    padding: 4px 0px;
    color: #808080;
}
.dates li {font-size: 14px;margin: 20px 0}
.dates li span {float: right}

table, table td{
	border:1px solid #ccc;
}
@media (max-width: 767px) {
    .pagination a{
        display: none;
        font-size: 12px;
        padding: 2px 12px;
    }
    .pagination a.pre,.pagination a.cur,.pagination a.next,.pagination a.info{
        display: block;
    }
}

.companybanner{
    background: no-repeat center center;
    height: 500px;
    background-size: cover;
}
.contactbanner{
    background: no-repeat center center;
    height: 400px;
    background-size: cover;
}
.newsbanner{
    background: no-repeat center center;
    height: 500px;
    background-size: cover;
}
.anlibanner{
	background: no-repeat center center;
    height: 420px;
    background-size: cover;
}
.probanner{
	background: no-repeat center center;
    height: 500px;	
    background-size: cover;
}
.title-container{
	text-align:center;
}
.title-container h1{
    font-weight: bold;
    font-size: 30px;
    margin: 30px 0;
}

@media (max-width: 1199px){
    .companybanner{
        height: 400px;
    }
    .contactbanner{
        height: 320px;
    }
    .newsbanner{
        height: 400px;
    }
    .anlibanner{
        height: 330px;
    }
    .probanner{
        height: 400px;  
    }
}
@media (max-width: 991px){
    .title-container h1{
        font-size: 24px;
        margin: 20px 0;
    }
    .companybanner{
        height: 350px;
    }
    .contactbanner{
        height: 270px;
    }
    .newsbanner{
        height: 350px;
    }
    .anlibanner{
        height: 280px;
    }
    .probanner{
        height: 350px;  
    }
}
@media (max-width: 767px){
    .title-container h1{
        font-size: 20px;
        margin: 0 0 20px;
    }
    .companybanner{
        height: 300px;
    }
    .contactbanner{
        height: 240px;
    }
    .newsbanner{
        height: 300px;
    }
    .anlibanner{
        height: 250px;
    }
    .probanner{
        height: 300px;  
    }
}
@media (max-width: 650px){
    .companybanner,.contactbanner,.newsbanner,.anlibanner,.probanner{
        height: 200px;
    }
}
@media (max-width: 500px){
    .companybanner,.contactbanner,.newsbanner,.anlibanner,.probanner{
        height: 150px;
    }
}

.zhuanti-title{
    width: 90%;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 0;
}
.zhuanti-title p{
    font-size: 36px;
    font-weight: bold;
    color: #1256a3;
    display: inline-block;
    vertical-align: middle;
}
.zhuanti-title:before{
    content: '';
    display: inline-block;
    width: 248px;
    height: 15px;
    background: url(../img/tlt_bg1.png) center center no-repeat;
    margin-right: 15px;
    vertical-align: middle;
}
.zhuanti-title:after{
    content: '';
    display: inline-block;
    width: 248px;
    height: 15px;
    background: url(../img/tlt_bg2.png) center center no-repeat;
    margin-left: 15px;
    vertical-align: middle;
}
.zhuanti-section{
    background: #fff url(../img/h_ab_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 75px 0 80px;
}
.content-container{
    padding: 50px 4%;
    font-size: 17px;
    color: #555;
    line-height: 36px;
    text-indent: 34px;
    position: relative;
    background: #fff;
    border: 2px solid #1b9dde;
}
.content-container:before {
    content: '';
    display: block;
    width: 319px;
    height: 12px;
    background: url(../img/h_about_bg1.png) left top no-repeat;
    position: absolute;
    top: -14px;
    left: 0;
}
.content-container:after {
    content: '';
    display: block;
    width: 380px;
    height: 13px;
    background: url(../img/h_about_bg2.png) right bottom no-repeat;
    position: absolute;
    bottom: -15px;
    right: 0;
}
.related-section{
    background: #fff url(../img/h_xppd_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 75px 0 80px;
}
.w_1200 {
    width: 1200px;
    margin: 0 auto;
}
.related-title {
    width: 90%;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 0;
}
.related-title p {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.related-title:before {
    content: '';
    display: inline-block;
    width: 248px;
    height: 15px;
    background: url(../img/tlt_bg3.png) center center no-repeat;
    margin-right: 15px;
    vertical-align: middle;
}
.related-title:after {
    content: '';
    display: inline-block;
    width: 248px;
    height: 15px;
    background: url(../img/tlt_bg4.png) center center no-repeat;
    margin-left: 15px;
    vertical-align: middle;
}
.related-list {
    width: 100%;
    height: auto;
    margin: 0 auto -24px;
    padding: 0;
}
.related-list ul{
    display:inline-block;
}
.related-list ul li {
    width: 48%;
    height: 180px;
    margin: 0 2% 24px 0;
    padding: 10px 20px 20px;
    background-color: #fff;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.related-list ul li .related-list-name {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 10px;
    padding: 0;
}
.related-list ul li .related-list-name a {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
}
.related-list ul li .related-list-name a i{
    display: inline-block;
    width: 4px;
    height: 12px;
    overflow: hidden;
    margin: 9px 10px 14px 0;
    padding: 0;
    background-color: #149ee4;
    border-radius: 2px;
    vertical-align: middle;
}
.related-list ul li .related-list-con {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 0 182px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.related-list .related-list-img{
    width: 162px;
    height: 96px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.related-list .related-list-desc{
    width: 100%;
    height: 96px;
    overflow: hidden;
    margin: 0;
    padding: 6px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.related-list .related-list-desc p {
    width: 100%;
    height: 79px;
    overflow: hidden;
    line-height: 28px;
    color: #888;
    font-size: 14px;
    text-indent: 0;
    text-align: justify;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.zhuantilist-container{
    width: 100%;
    margin: 0 auto;
}
.zhuantilist-container ul li{
    margin:20px 0px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear_f {
    clear: both;
    height: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    _display: inherit;
}
.aboutContainer{
    width: 100%;
    margin-top: 30px;
}

.aboutPart1 .leftDiv {
    width: 51%;
    font-size: 0;
}
.aboutPart1 .rightDiv {
    width: 49%;
    text-align: right;
}
.aboutPart1 .name {
    font-size: 30px;
    color: #159bd5;
    line-height: 30px;
    font-weight: bold;
    border: 3px solid #055f99;
    border-bottom: none;
    padding: 15px;
    width: 420px;
}
.aboutPart1 .txt {
    font-size: 24px;
    color: rgb(5, 95, 153);
    line-height: 24px;
    display: inline-block;
    border: 3px solid #055f99;
    border-top: none;
    padding: 0 15px 15px;
    width: 420px;
}
.aboutPart1 .content {
    font-size: 16px;
    line-height: 2;
    color: #797979;
    padding-top: 15px;
}
.aboutPart1 .rightDiv .imgDiv {
    overflow: hidden;
}
.aboutPart1 .rightDiv .imgDiv img {
    width: 93%;
}
.aboutPart1 .rightDiv .botDiv {
    width: 560px;
    height: 150px;
    background: url(../img/aboutbg.jpg) no-repeat;
}
.aboutPart1 .rightDiv .numList {
    padding-top: 35px;
}
.aboutPart1 .rightDiv .numList ul {
    padding: 0 30px;
}
.aboutPart1 .rightDiv .numList li {
    float: left;
    width: 25%;
    color: #fff;
}
.aboutPart1 .rightDiv .numList li .num {
    font-size: 14px;
}
.aboutPart1 .rightDiv .numList li .numUp {
    font-family: bold;
    font-size: 48px;
    line-height: 48px;
    padding-right: 10px;
    display: inline-block;
}
.aboutPart1 .rightDiv .numList li p {
    font-size: 14px;
    padding-top: 5px;
}
.aboutPart2,.aboutPart3{
    margin-top:100px;
}
.aboutPart2 .leftImg {
    width: 46%;
    position: relative;
    z-index: 2;
}
.aboutPart2 .rightDiv {
    width: 51%;
    position: relative;
    z-index: 2;
}
.aboutPart2 .leftImg img {
    width: 100%;
}
.aboutPart2 .txt {
    padding-top: 60px;
    font-size: 24px;
    line-height: 24px;
    color: #159bd5;
    font-weight: bold;
    padding-bottom: 30px;
}
.aboutPart2 .content {
    font-size: 16px;
    line-height: 2;
    color: #797979;
}
.aboutPart3 .leftDiv {
    width: 51%;
    padding-top: 80px;
}
.aboutPart3 .rightDiv {
    width: 49%;
    position: relative;
    text-align:right;
}
.aboutPart3 .rightDiv img {
    width: 93%;
}
.aboutPart3 .txt {
    font-size: 24px;
    line-height: 42px;
    color: #159bd5;
    font-weight: bold;
    padding: 30px 0 25px;
}
.aboutPart3 .content {
    font-size: 16px;
    line-height: 2;
    color: #797979;
}
@media (max-width: 1439px){
    .aboutPart1 .content,.aboutPart2 .content,.aboutPart3 .content{
        font-size: 14px;
    }
}
@media (max-width: 1199px){
    .aboutPart1 .name{
        font-size: 28px;
        width: 356px;
    }
    .aboutPart1 .txt{
        font-size: 20px;
        width: 356px;
    }
    .aboutPart1 .content,.aboutPart2 .content,.aboutPart3 .content {
        font-size: 12px;
    }
    .aboutPart2 .txt{
        padding-top: 30px;
    }
}
@media (max-width: 991px){
    .aboutPart1 .content,.aboutPart2 .content,.aboutPart3 .content {
        font-size: 14px;
    }
    .aboutPart1 .leftDiv{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .aboutPart1 .rightDiv{
        float: none;
        width: 100%;
    }
    .aboutPart1 .rightDiv .imgDiv{
        text-align: center;
    }
    .aboutPart2 .leftImg{
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }
    .aboutPart2 .rightDiv{
        float: none;
        width: 100%;
    }
    .aboutPart3 .leftDiv{
        float: none;
        width: 100%;
        padding-top: 0;
        margin-bottom: 15px;
    }
    .aboutPart3 .rightDiv {
        width: 100%;
        float: none;
        text-align: center;
    }
    .aboutPart2, .aboutPart3{
        margin-top: 50px;
    }
}
@media (max-width: 500px){
    .aboutPart1 .name{
        font-size: 24px;
        width: 324px;
    }
    .aboutPart1 .txt{
        font-size: 18px;
        width: 324px;
    }
}
@media (max-width: 360px){
    .aboutPart1 .name{
        font-size: 20px;
        width: 276px;
    }
    .aboutPart1 .txt{
        font-size: 15px;
        width: 276px;
    }
}



.breadCrumbs{
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    text-align: left;
}
.breadCrumbs a{
    color: #055f99;
}
@media (max-width: 767px){
    .breadCrumbs{
        display: none;
    }
}
.wap-row{
    width:100%;
}
.wap-row li{
    width:25%;
    float:left;
    text-align:center;
}


.footer-fix{
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    bottom: -1px;
    background: #fff;
    z-index: 9999;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer-fix .btn{
    border: none;
    border-radius: 20px;
    width: 40%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    background: red;
    color: #fff;
}
.footer-fix .btn:active,.footer-fix .btn:hover{
    border: none;
    background: red;
    color: #fff;
    outline: none;
}
#footer-modal{
    z-index: 10000;
}
#footer-modal .modal-dialog{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 75%;
}
#footer-modal .modal-dialog .close{
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 9;
    font-size: 30px;
    color: #333;
    opacity: 0.8;
}
#footer-modal .modal-dialog .modal-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    padding: 20px;
}
#footer-modal .modal-dialog .modal-content i{
    font-size: 40px;
    color: rgb(5, 95, 153);
}
#footer-modal .modal-dialog .modal-content h4{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}
#footer-modal .modal-dialog .modal-content p{
    font-size: 16px;
    margin: 0 0 10px;
}
#footer-modal .modal-dialog .modal-content .btn{
    font-size: 16px;
    background: rgb(5, 95, 153);
    color: #fff;
    border: none;
    padding: 8px 20px;
}
#footer-modal-1{
    z-index: 10000;
}
#footer-modal-1 .modal-dialog{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 75%;
}
#footer-modal-1 .modal-dialog .close{
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 9;
    font-size: 30px;
    color: #333;
    opacity: 0.8;
}
#footer-modal-1 .modal-dialog .modal-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    padding: 20px;
}
#footer-modal-1 .modal-dialog .modal-content i{
    font-size: 40px;
    color: rgb(5, 95, 153);
}
#footer-modal-1 .modal-dialog .modal-content h4{
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}
#footer-modal-1 .modal-dialog .modal-content p{
    font-size: 16px;
    margin: 0 0 10px;
}
#footer-modal-1 .modal-dialog .modal-content .btn{
    font-size: 16px;
    background: rgb(5, 95, 153);
    color: #fff;
    border: none;
    padding: 8px 20px;
}

#footer-modal-2{
    z-index: 10000;
}
#footer-modal-2 .modal-dialog{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 75%;
}
#footer-modal-2 .modal-dialog .close{
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 9;
    font-size: 30px;
    color: #333;
    opacity: 0.8;
}
#footer-modal-2 .modal-dialog .modal-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
    padding: 35px 20px 20px 20px;
    text-align: left;
    line-height: 25px;
}
#footer-modal-2 .modal-dialog .modal-content i{
    font-size: 40px;
    color: rgb(5, 95, 153);
}

#footer-modal-2 .modal-dialog .modal-content a{
    font-size: 16px;
    margin: 0 0 10px;
	color:#333;
}
#footer-modal-2 .modal-dialog .modal-content .btn{
    font-size: 16px;
    background: rgb(5, 95, 153);
    color: #fff;
    border: none;
    padding: 8px 20px;
}


